From: Jesper Harder Date: Sun, 20 Jun 2004 14:29:25 +0000 (+0000) Subject: (Info Lookup): Fix keybinding for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21912 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5627dc4fdc9640e912b4f81ecd190dd014d0c1ff;p=emacs.git (Info Lookup): Fix keybinding for info-lookup-symbol. --- diff --git a/man/ChangeLog b/man/ChangeLog index d4964b455f6..8e1c8b59d8d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-06-20 Jesper Harder + + * programs.texi (Info Lookup): Fix keybinding for + info-lookup-symbol. + 2004-06-16 Juanma Barranquero * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): diff --git a/man/programs.texi b/man/programs.texi index 9c081a7315b..e19c8364f2b 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1061,9 +1061,9 @@ use in your program. @findex info-lookup-symbol @findex info-lookup-file -@kindex C-h C-i +@kindex C-h S For C, Lisp, and other languages that have documentation in Info, -you can use @kbd{C-h C-i} (@code{info-lookup-symbol}) to view the Info +you can use @kbd{C-h S} (@code{info-lookup-symbol}) to view the Info documentation for a symbol. You specify the symbol with the minibuffer; the default is the symbol appearing in the buffer at point.